home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineButton2_789 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  190 b   |  13 lines

  1. on(release){
  2.    _root.gamePlaying = true;
  3.    tellTarget("_root.game.ufo")
  4.    {
  5.       play();
  6.    }
  7.    tellTarget("_root.game.ufo.light")
  8.    {
  9.       play();
  10.    }
  11.    prevFrame();
  12. }
  13.